Papers with adversarial approach
AdvPicker: Effectively Leveraging Unlabeled Data via Adversarial Discriminator for Cross-Lingual NER (2021.acl-long)
Copied to clipboard
| Challenge: | Named entity recognition models rely on expensive labeled data for training, which is not always available across languages. |
| Approach: | They propose an adversarial approach where an encoder learns entity domain knowledge from labeled source-language data and better shared features are captured via adversarially trained discriminators. |
| Outcome: | The proposed approach outperforms existing state-of-the-art methods on standard benchmark datasets and outperformed existing methods on the target language. |
Low-Resource Response Generation with Template Prior (D19-1)
Copied to clipboard
| Challenge: | Existing open domain response generation models are limited to paired data, but are less explored in real-world applications. |
| Approach: | They propose to train a neural response generation model with unpaired data and paired data as prior. |
| Outcome: | The proposed model outperforms state-of-the-art models in both automatic and human evaluation when only a few pairs are available. |